typedef unsigned int u_int; //giving 'unsigned int' a name of u_int //Now, doing this u_int myNumber; //Is the same as doing this (except with a different variable name of course) unsigned int myNumber2;